@charset "UTF-8";
/* CSS Document */


body {
	background-color:#99CCFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	color:#039
	}
	
	/*List-style---------------------------------*/
	
	ul {list-style: square outside none}
	
	/*Kleiner Text------------------------------- */
	p.small {
	font-size: 70%;
		}
		
	
/* links --------------------------------------- */
a {color:#006;}
a:link {color:#fff;}
a:hover {color:#fff;}

/* header--------------------------------------------*/
	#header	{
	background-color:#cccccc;
	font-size: 200%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}



/* footer--------------------------------------------*/
	#footer	{
	background-color:#cccccc;
	font-size:0.7em;
	
	}
